home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / i386 / xm-next.h < prev    next >
C/C++ Source or Header  |  1993-04-09  |  131b  |  6 lines

  1. #include "i386/xm-i386.h"
  2.  
  3. /* malloc does better with chunks the size of a page.  */ 
  4.  
  5. #define OBSTACK_CHUNK_SIZE (getpagesize ())
  6.